home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.1 - Disc 2 / 1998-07_-_Disc_4.1_No._2_Imperfect.iso / mechcmdr / data / objects / object2.pak / Unnamed File 000171 < prev    next >
Text File  |  1998-04-08  |  965b  |  32 lines

  1. FITini
  2.  
  3. //---------------------------------------------------------------------------
  4. //
  5. //                Debris:        Catapult Right Arm
  6. //
  7. //                BASE ID:    57
  8. //
  9. //---------------------------------------------------------------------------
  10.  
  11. [ObjectClass]
  12. l ObjectTypeNum = 9
  13.  
  14. [ArmFall]
  15. f ArmFallYaw         = 45.0
  16. f ArmFallYawRange     = 45.0
  17. f ArmFallVelMag        = 10.0
  18. f ArmFallVelRange    = 5.0
  19. f ArmFallDecelRate    = -3.0
  20.     
  21. [ObjectType]
  22. st Name                             = "THLARM"        // Text string giving a descriptive name  (only 8 chars long!!)
  23. l Type                                 = 57            // ID number for this mech type
  24. l Appearance                        = 0x0600009B
  25. l Duration                            = -1            // Lasts forever = -1
  26. l MaxDamage                            = 0                // Number of damage points before BOOM!
  27. l ExplosionObject                    = -1            // Object Class Number of explosion for Mech
  28. l DestroyedObject                    = -1            // Object Class Number of Destroyed shape for Mech
  29. f ExtentRadius                        = 0                // Extent Radius in Meters (0 Can't hit hit ever)
  30.  
  31. FITEnd
  32.